type runtime.fixalloc

10 uses

	runtime (current package)
		mfixalloc.go#L27: type fixalloc struct {
		mfixalloc.go#L53: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
		mfixalloc.go#L73: func (f *fixalloc) alloc() unsafe.Pointer {
		mfixalloc.go#L103: func (f *fixalloc) free(p unsafe.Pointer) {
		mheap.go#L209: 	spanalloc             fixalloc // allocator for span*
		mheap.go#L210: 	cachealloc            fixalloc // allocator for mcache*
		mheap.go#L211: 	specialfinalizeralloc fixalloc // allocator for specialfinalizer*
		mheap.go#L212: 	specialprofilealloc   fixalloc // allocator for specialprofile*
		mheap.go#L213: 	specialReachableAlloc fixalloc // allocator for specialReachable
		mheap.go#L215: 	arenaHintAlloc        fixalloc // allocator for arenaHints